[INFO] cloning repository https://github.com/rtk-ai/grit
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rtk-ai/grit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frtk-ai%2Fgrit", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frtk-ai%2Fgrit'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0f3c9d04abe9525b1884f3a0ade890e54a6d9ffe
[INFO] fixing rtk-ai/grit against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frtk-ai%2Fgrit" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rtk-ai/grit
[INFO] finished tweaking git repo https://github.com/rtk-ai/grit
[INFO] tweaked toml for git repo https://github.com/rtk-ai/grit written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rtk-ai/grit on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rtk-ai/grit already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 415e8cfaea5286a3af72b8ca50fd9f64f0ec764c20e496ffa96b6bd05de9740a
[INFO] running `Command { std: "docker" "start" "415e8cfaea5286a3af72b8ca50fd9f64f0ec764c20e496ffa96b6bd05de9740a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "415e8cfaea5286a3af72b8ca50fd9f64f0ec764c20e496ffa96b6bd05de9740a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "415e8cfaea5286a3af72b8ca50fd9f64f0ec764c20e496ffa96b6bd05de9740a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "415e8cfaea5286a3af72b8ca50fd9f64f0ec764c20e496ffa96b6bd05de9740a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling tree-sitter-language v0.1.7
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking vsimd v0.8.0
[INFO] [stderr]     Checking outref v0.5.2
[INFO] [stderr]     Checking bytes-utils v0.1.4
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling aws-lc-rs v1.16.1
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking der v0.6.1
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking ff v0.12.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking crypto-bigint v0.4.9
[INFO] [stderr]     Checking base64-simd v0.8.0
[INFO] [stderr]     Checking group v0.12.1
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]    Compiling aws-types v1.3.14
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking spki v0.6.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling http-types v2.12.0
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking pkcs8 v0.9.0
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking sec1 v0.3.0
[INFO] [stderr]    Compiling azure_core v0.21.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking infer v0.2.3
[INFO] [stderr]     Checking rfc6979 v0.3.1
[INFO] [stderr]     Checking regex-lite v0.1.9
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking elliptic-curve v0.12.3
[INFO] [stderr]     Checking quick-xml v0.31.0
[INFO] [stderr]     Checking ecdsa v0.14.8
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]     Checking p256 v0.11.1
[INFO] [stderr]     Checking xmlparser v0.13.6
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking crc v3.3.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking spin v0.10.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking aws-smithy-xml v0.60.15
[INFO] [stderr]     Checking RustyXML v0.3.0
[INFO] [stderr]     Checking crc-fast v1.9.0
[INFO] [stderr]     Checking lru v0.16.3
[INFO] [stderr]     Checking streaming-iterator v0.1.9
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking serde_qs v0.8.5
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.38.0
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling tree-sitter-cpp v0.23.4
[INFO] [stderr]    Compiling tree-sitter-php v0.24.2
[INFO] [stderr]    Compiling tree-sitter-rust v0.24.1
[INFO] [stderr]    Compiling tree-sitter-swift v0.7.1
[INFO] [stderr]    Compiling tree-sitter-java v0.23.5
[INFO] [stderr]    Compiling tree-sitter-python v0.25.0
[INFO] [stderr]    Compiling tree-sitter-javascript v0.25.0
[INFO] [stderr]    Compiling tree-sitter-typescript v0.23.2
[INFO] [stderr]    Compiling tree-sitter-kotlin-ng v1.1.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling tree-sitter-go v0.25.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling tree-sitter-ruby v0.23.1
[INFO] [stderr]    Compiling tree-sitter-c v0.24.1
[INFO] [stderr]    Compiling tree-sitter-c-sharp v0.23.1
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking aws-smithy-async v1.2.14
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking aws-smithy-types v1.4.7
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking aws-smithy-runtime-api v1.11.6
[INFO] [stderr]     Checking aws-smithy-eventstream v0.60.20
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking aws-smithy-json v0.62.5
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking aws-smithy-query v0.60.15
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking aws-smithy-http v0.63.6
[INFO] [stderr]     Checking aws-credential-types v1.2.14
[INFO] [stderr]     Checking aws-smithy-observability v0.2.6
[INFO] [stderr]    Compiling tree-sitter v0.25.10
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking aws-smithy-checksums v0.64.6
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking aws-sigv4 v1.4.2
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking rusqlite v0.31.0
[INFO] [stderr]     Checking azure_svc_blobstorage v0.21.0
[INFO] [stderr]     Checking azure_storage v0.21.0
[INFO] [stderr]     Checking azure_storage_blobs v0.21.0
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking aws-smithy-http-client v1.1.12
[INFO] [stderr]     Checking aws-smithy-runtime v1.10.3
[INFO] [stderr]     Checking aws-runtime v1.7.2
[INFO] [stderr]     Checking aws-sdk-ssooidc v1.98.0
[INFO] [stderr]     Checking aws-sdk-sso v1.96.0
[INFO] [stderr]     Checking aws-sdk-sts v1.100.0
[INFO] [stderr]     Checking aws-sdk-s3 v1.126.0
[INFO] [stderr]     Checking aws-config v1.8.15
[INFO] [stderr]     Checking grit v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/db/azure_store.rs:363:47
[INFO] [stdout]     |
[INFO] [stdout] 362 |                             let blob_client = self.client.blob_client(&blob.name);
[INFO] [stdout]     |                                 -----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `blob_client` calls a custom destructor
[INFO] [stdout]     |                                 `blob_client` will be dropped later as of Edition 2024
[INFO] [stdout] 363 |                             if let Ok(data) = blob_client.get_content().await {
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                               |                         |
[INFO] [stdout]     |                                               |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                               |                         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 368 |                         }
[INFO] [stdout]     |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `blob_client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `blob_client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs:730:1
[INFO] [stdout]     |
[INFO] [stdout] 730 | impl<T> Drop for Event<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/db/azure_store.rs:358:36
[INFO] [stdout]     |
[INFO] [stdout] 358 |             while let Some(page) = stream.next().await {
[INFO] [stdout]     |                            ----    ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                            |       |             |
[INFO] [stdout]     |                            |       |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |       |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |       up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            `page` calls a custom destructor
[INFO] [stdout]     |                            `page` will be dropped later as of Edition 2024
[INFO] [stdout] 359 |                 match page {
[INFO] [stdout] 360 |                     Ok(response) => {
[INFO] [stdout]     |                        --------
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        `response` calls a custom destructor
[INFO] [stdout]     |                        `response` will be dropped later as of Edition 2024
[INFO] [stdout] 361 |                         for blob in response.blobs.blobs() {
[INFO] [stdout]     |                                     ----------------------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `iter` calls a custom destructor
[INFO] [stdout]     |                                     `iter` will be dropped later as of Edition 2024
[INFO] [stdout] 362 |                             let blob_client = self.client.blob_client(&blob.name);
[INFO] [stdout]     |                                 -----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `blob_client` calls a custom destructor
[INFO] [stdout]     |                                 `blob_client` will be dropped later as of Edition 2024
[INFO] [stdout] 363 |                             if let Ok(data) = blob_client.get_content().await {
[INFO] [stdout]     |                                               -------------------------------
[INFO] [stdout]     |                                               |                         |
[INFO] [stdout]     |                                               |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                               |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                               `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 370 |                     Err(e) => {
[INFO] [stdout]     |                         -
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `e` calls a custom destructor
[INFO] [stdout]     |                         `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 375 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `page` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `page` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `response` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `blob_client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `blob_client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs:730:1
[INFO] [stdout]     |
[INFO] [stdout] 730 | impl<T> Drop for Event<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/db/azure_store.rs:363:73
[INFO] [stdout]     |
[INFO] [stdout] 362 |                             let blob_client = self.client.blob_client(&blob.name);
[INFO] [stdout]     |                                 -----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `blob_client` calls a custom destructor
[INFO] [stdout]     |                                 `blob_client` will be dropped later as of Edition 2024
[INFO] [stdout] 363 |                             if let Ok(data) = blob_client.get_content().await {
[INFO] [stdout]     |                                                                         ^^^^^
[INFO] [stdout]     |                                                                         |
[INFO] [stdout]     |                                                                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                                         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 368 |                         }
[INFO] [stdout]     |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `blob_client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `blob_client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs:730:1
[INFO] [stdout]     |
[INFO] [stdout] 730 | impl<T> Drop for Event<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/db/s3_store.rs:508:41
[INFO] [stdout]     |
[INFO] [stdout] 508 |             while let Some(Ok(entry)) = set.join_next().await {
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                         |               |
[INFO] [stdout]     |                                         |               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                         |               up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                         |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                         |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 512 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/parser/mod.rs:155:49
[INFO] [stdout]      |
[INFO] [stdout]  155 |                             if let Some(tree) = parser.parse(&source, None) {
[INFO] [stdout]      |                                         ----    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                                         |       |
[INFO] [stdout]      |                                         |       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                         |       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                         `tree` calls a custom destructor
[INFO] [stdout]      |                                         `tree` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  182 |                         }
[INFO] [stdout]      |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-0.25.10/binding_rust/lib.rs:1570:1
[INFO] [stdout]      |
[INFO] [stdout] 1570 | impl Drop for Tree {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `tree` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-0.25.10/binding_rust/lib.rs:1570:1
[INFO] [stdout]      |
[INFO] [stdout] 1570 | impl Drop for Tree {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/db/azure_store.rs:363:47
[INFO] [stdout]     |
[INFO] [stdout] 362 |                             let blob_client = self.client.blob_client(&blob.name);
[INFO] [stdout]     |                                 -----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `blob_client` calls a custom destructor
[INFO] [stdout]     |                                 `blob_client` will be dropped later as of Edition 2024
[INFO] [stdout] 363 |                             if let Ok(data) = blob_client.get_content().await {
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                               |                         |
[INFO] [stdout]     |                                               |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                               |                         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 368 |                         }
[INFO] [stdout]     |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `blob_client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `blob_client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs:730:1
[INFO] [stdout]     |
[INFO] [stdout] 730 | impl<T> Drop for Event<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/db/azure_store.rs:358:36
[INFO] [stdout]     |
[INFO] [stdout] 358 |             while let Some(page) = stream.next().await {
[INFO] [stdout]     |                            ----    ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                            |       |             |
[INFO] [stdout]     |                            |       |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |       |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |       up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            `page` calls a custom destructor
[INFO] [stdout]     |                            `page` will be dropped later as of Edition 2024
[INFO] [stdout] 359 |                 match page {
[INFO] [stdout] 360 |                     Ok(response) => {
[INFO] [stdout]     |                        --------
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        `response` calls a custom destructor
[INFO] [stdout]     |                        `response` will be dropped later as of Edition 2024
[INFO] [stdout] 361 |                         for blob in response.blobs.blobs() {
[INFO] [stdout]     |                                     ----------------------
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     `iter` calls a custom destructor
[INFO] [stdout]     |                                     `iter` will be dropped later as of Edition 2024
[INFO] [stdout] 362 |                             let blob_client = self.client.blob_client(&blob.name);
[INFO] [stdout]     |                                 -----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `blob_client` calls a custom destructor
[INFO] [stdout]     |                                 `blob_client` will be dropped later as of Edition 2024
[INFO] [stdout] 363 |                             if let Ok(data) = blob_client.get_content().await {
[INFO] [stdout]     |                                               -------------------------------
[INFO] [stdout]     |                                               |                         |
[INFO] [stdout]     |                                               |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                               |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                               `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 370 |                     Err(e) => {
[INFO] [stdout]     |                         -
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `e` calls a custom destructor
[INFO] [stdout]     |                         `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 375 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `page` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `page` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `response` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `blob_client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `blob_client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs:730:1
[INFO] [stdout]     |
[INFO] [stdout] 730 | impl<T> Drop for Event<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/db/azure_store.rs:363:73
[INFO] [stdout]     |
[INFO] [stdout] 362 |                             let blob_client = self.client.blob_client(&blob.name);
[INFO] [stdout]     |                                 -----------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `blob_client` calls a custom destructor
[INFO] [stdout]     |                                 `blob_client` will be dropped later as of Edition 2024
[INFO] [stdout] 363 |                             if let Ok(data) = blob_client.get_content().await {
[INFO] [stdout]     |                                                                         ^^^^^
[INFO] [stdout]     |                                                                         |
[INFO] [stdout]     |                                                                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                                         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 368 |                         }
[INFO] [stdout]     |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `blob_client` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `blob_client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs:730:1
[INFO] [stdout]     |
[INFO] [stdout] 730 | impl<T> Drop for Event<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/db/s3_store.rs:508:41
[INFO] [stdout]     |
[INFO] [stdout] 508 |             while let Some(Ok(entry)) = set.join_next().await {
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                         |               |
[INFO] [stdout]     |                                         |               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                         |               up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                         |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                         |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 512 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/parser/mod.rs:155:49
[INFO] [stdout]      |
[INFO] [stdout]  155 |                             if let Some(tree) = parser.parse(&source, None) {
[INFO] [stdout]      |                                         ----    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                                         |       |
[INFO] [stdout]      |                                         |       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                         |       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                         `tree` calls a custom destructor
[INFO] [stdout]      |                                         `tree` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  182 |                         }
[INFO] [stdout]      |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-0.25.10/binding_rust/lib.rs:1570:1
[INFO] [stdout]      |
[INFO] [stdout] 1570 | impl Drop for Tree {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `tree` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-0.25.10/binding_rust/lib.rs:1570:1
[INFO] [stdout]      |
[INFO] [stdout] 1570 | impl Drop for Tree {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] crater-edition-check: grit v0.4.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking grit v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "415e8cfaea5286a3af72b8ca50fd9f64f0ec764c20e496ffa96b6bd05de9740a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "415e8cfaea5286a3af72b8ca50fd9f64f0ec764c20e496ffa96b6bd05de9740a", kill_on_drop: false }`
[INFO] [stdout] 415e8cfaea5286a3af72b8ca50fd9f64f0ec764c20e496ffa96b6bd05de9740a
